tests: Lower retry timeout to 5s
authorColin Walters <walters@verbum.org>
Fri, 20 Apr 2018 18:16:15 +0000 (14:16 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 23 Apr 2018 17:23:40 +0000 (17:23 +0000)
No need to poll every second, there's going to be some latency
here and we want to avoid the overhead of polling.

Closes: #1548
Approved by: cgwalters

tests/installed/execute_batch.yml

index fe2b57024962d4808f721ae8ec7e477a37bee42d..e4a11bb592e59ce5376547a610fcf7e581931813 100644 (file)
@@ -20,3 +20,4 @@
   register: async_poll_results
   until: async_poll_results.finished
   retries: 500
+  retry_pause: 5